.page-menu-dark .nav-bar .nav-link.dark {
  color: var(--dark);
}
#location-address p {
    color: white;   
}
#location-address a {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.form-submit.relatedWork__button-link:hover span {
    color: white !important;   
}
.form-brief,
.form-work,
.form-talk {  
    transition: opacity 0.5s ease, transform 0.5s ease;
    visibility: visible;
      transform: scaleY(1);
  opacity: 1;
  visibility: visible;
  height: auto;
  transform-origin: top;
}
.form-brief.d-none .mb-4,
.form-work.d-none .mb-4,
.form-talk.d-none .mb-4 {
    display:none !important;
}
.form-brief.d-none .contactForm__upload,
.form-work.d-none .contactForm__upload,
.form-talk.d-none .contactForm__upload {
    display:none !important;
}
.form-brief.d-none,
.form-work.d-none,
.form-talk.d-none {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  display: block !important; /* keeps element in layout so transition works */
  height: 0 !important;
    
}
/*add image zoom in effect for slide actives*/
.sliderWork-Home .sliderWork__image,
.sliderWork .sliderWork__image {
  overflow: hidden;
  position: relative;
}

.sliderWork-Home .sliderWork__image-inner,
.sliderWork .sliderWork__image-inner {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.sliderWork-Home .swiper-slide.swiper-slide-active .sliderWork__image .sliderWork__image-inner,
.sliderWork .swiper-slide.swiper-slide-active .sliderWork__image .sliderWork__image-inner {
  transform: scale(1.1); /* Slight zoom */
  transition: transform 8s ease-in-out;
}
/*text fomr slider work home to black */
@media all and (max-width: 1200px) {
    .sliderWork-Home .sliderWork__content,
    .sliderWork-Home .sliderWork__text-title,
    .sliderWork-Home .sliderWork__text-container span.co-white, 
    .sliderWork-Home .sliderWork__link,
    .sliderWork-Home .sliderWork__link * {
        color:var(--dark) !important;
    }
    .sliderWork-Home .sliderWork__logo {
        filter: invert(1) hue-rotate(180deg);
    }
}
.contactForm__formSection .form-check:hover .form-check-label,
.contactForm__formSection .contactForm__upload:hover .cv-upload-label {
    cursor: pointer;   
}
.contactForm__formSection .form-check .form-check-label a {
    transition: font-weight .2s linear;
    color: var(--purple);
}
.contactForm__formSection .form-check .form-check-label a:hover {
    color: var(--purple);
    font-weight: 700;
    text-decoration: underline;
}
/*main menu hover move to app global*/
.footer .grid-locations .contact-box a,
.footer .footer-link { position: relative; }
.main-menu-template--group .main-menu-template--group__navList ul li a:after,
.footer .grid-locations .contact-box a:after,
.footer .footer-link:after,
.contactForm__rte a:after,
.contactForm__header a:after,
#location-address a:after {
    content:'';
    height: 2px;
    width:0;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: var(--purple) !important;
    transition: width .2s linear;
}
.main-menu-template--group .main-menu-template--group__navList.main-menu-template--group__navListCoral ul li a::after {
    bottom: -2px;
}
.main-menu-template--group .main-menu-template--group__navList.main-menu-template--group__navListCoral ul li a::after {
    background-color: #f75900;
}
.main-menu-template--group .main-menu-template--group__navList ul li a:hover {
    color: white;   
}
.contactForm__header a,
#location-address a,
#location-address a p {
    position: relative;   
}
#location-address a p {
    transition: .2s linear;
}
#location-address a:hover p {
    color:var(--purple);
}
.contactForm__rte a {
    color: #131313;
    position: relative;   
}
.contactForm__rte a:not(:last-child) {
    margin-bottom: 5px;
}
.main-menu-template--group .main-menu-template--group__navList ul li a:hover:after,
.footer .grid-locations .contact-box a:hover:after,
.footer .footer-link:hover:after,
.contactForm__rte a:hover:after,
.contactForm__header a:hover:after,
#location-address a:hover:after {
     width: 100%;
}
.main-menu-template .btn-plane img {
    transition: transform .1s linear;
    transform: translateY(0);   
}
.main-menu-template .btn-plane:hover img {
    transform: translateY(-2px);   
}
.dropdown-toggle {
    padding: 10px;
    display: flex;
    align-items: center;
}
.dropdown-toggle::after {
    content: unset;   
}
.header--topTabs__tabLanguage svg {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    transform: unset;
}
.footer .grid-locations .contact-box h2 {
    margin-bottom: 14px;   
}
.footer .grid-locations {
    /*row-gap: 0;*/
}
@media all and (min-width: 992px) {
    .footer .grid-locations .contact-box {
        height: 200px;
        width: 300px;
        padding: 20px 30px !important;
    }
    .footer .grid-locations .contact-box:hover {
        transform: unset;   
    }
    .footer .grid-locations .contact-box h2 {
        margin-bottom: 20px;   
    }
    .footer .grid-locations {
        row-gap: 0;
        column-gap: 0;
    }
}
@media all and (min-width: 1280px) {
    .footer .grid-locations .contact-box {
        width: 420px;
    }
}
/*logos mobile fixes*/
@media all and (max-width: 400px) {
    .logos img {
      max-width: 80%;
    }    
}
@media all and (max-width: 500px) {
    .logos {
        text-align: center;
    }
    .logos img {
      max-width: 90%;
    }    
    .logos .sponsorLogos__wrapper {
        justify-content: space-evenly;   
    }
}

.footer .arrowedLink svg {
    margin-left: 5px;   
}

.video-container {
    mix-blend-mode: difference;   
}
.homeBanner .video-container {
    mix-blend-mode: difference !important;   
}
@media all and (max-width: 1024px) {
    .homeBanner .video-container {
        top: 60px;
    }    
}
@media all and (max-width: 767px) {
    .homeBanner .video-container {
        top: 100px;
    }    
}
.homeBanner .homeBanner__contentImageRight {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
    object-fit: cover;
}
.homeBannerThumbs-video-container,
.homeBannerThumbs-video-player {
    position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.homeBannerThumbs-video-player {
    object-fit:cover;   
}
.homeBanner .homeBanner__contentImageRightThumbs {
    padding: 20px;
    height: 90%;   
}
.homeBannerThumbsSwiper {
    padding-left: 12px;
    padding-right: 12px;
}
.homeBanner__content__body {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;   
}
.homeBanner__content__body p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;  
}
.homeBanner__contentImageRightContainer {
    position: absolute;
    top: -160px;
}
@media all and (min-width: 768px) {
    .homeBanner__contentImageRightContainer {
        top: -120px;
    }
}
@media all and (min-width: 1024px) {
    .homeBanner__contentImageRightContainer {
        position: relative;
        top: 0;
    }
}
@media all and (min-width: 768px) {
    .homeBannerThumbsSwiper {
        padding-left: unset;           
        padding-right: unset;
    }    
}
@media all and (min-width: 992px) {
    .homeBanner__wrapper,
    .video-container {
        height: 87vh;
    }
    .video-container video {
        height: 100%;
        bottom:0;
    }
    .homeBanner .thumbnailSwiper {
        top: 0;
    }
}

/*what we do skin */
.whatWeDo .progress-container {
    margin-top: -6px;
}

@media screen and (min-width: 992px) {
  .whatWeDo .progress-container {
    width: 101%;
  }
}

.grid-screenBanner {
    display: flex;
}
.grid-screenBanner img {
    diplsay: block;
    object-fit: cover;
}
.servicesBannerGrid ul {
    color: white;   
}
/*what we do module*/
.whatWeDo__description2 ul {
    margin-top: 33px;
    color: white;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.whatWeDo__description2 ul li {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
@media screen and (min-width: 992px) {
    .whatWeDo__containerBottom {
        height: 350px;
    }
}
@media screen and (min-width: 1800px) {
    .whatWeDo__containerBottom {
        height: 320px;
    }
}

@media screen and (min-width: 2000px) {
    .whatWeDo__containerBottom {
        height: 380px;
    }
}

.sliderReWork .sliderMain__link .relatedWork__button-link {
    padding-left: 37px;
    padding-right: 37px;
    max-width: 100%;
}

@media screen and (min-width: 1200px) {
    .sliderReWork .sliderWork__description {
        max-width: 610px;   
    }
}

@media screen and (min-width: 1800px) {
    .sliderReWork .sliderWork__description {
        max-width: 810px;   
    }
}

.sliderReWork .swiper-slide .sliderWork__link {
    opacity: 0;
}
.sliderReWork .swiper-slide .sliderWork__text {
    display: none;   
}
.sliderMainHome .sliderMainHome__slide.swiper-slide-active .sliderWork__image {
    box-shadow: 0px 4px 24px 0px rgba(86, 11, 245, 0.30);
}
.sliderReWork .swiper-slide.swiper-slide-active .sliderWork__text {
    display: block;   
}
.sliderReWork .swiper-slide.swiper-slide-active .sliderWork__link {
    opacity: 1;
}

.sliderMainHome .swiper-slide:hover a h2 {
    cursor:pointer;
}
.sliderMainHome .swiper-slide:hover a h2 {
    text-decoration: underline;
}
@media all and (max-width: 1023px) {
    .companyBanner .companyBanner-image {
        max-height: 350px;   
    }
}
@media all and (max-width: 767px) {
    .companyBanner .companyBanner-image {
        max-height: 250px;   
    }
}


.sliderWork .sliderWork__content .sliderWork__link:hover,
.sliderWork-Home .sliderWork__link:hover {
    cursor: pointer !important;   
}

.overlay-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  top:0;
}
.overlay-1:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 20, 0.64);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0.49) 100%);
    z-index: 0;
    border-radius: 20px;
}
.overlay-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  top:0;
}

.overlay-2:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
    z-index: 0;    border-radius: 20px;

}

.sliderWork__link{
    text-align: left !important;
    max-width: none !important;
}

@media screen and (min-width: 1200px) {
    .sliderWork__content {
        max-width: 840px  !important;
    }
}

.button-whatsapp{
    position: fixed;
    right: 24px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #25D366;
    transition: .4s;
    z-index: 200;
}
.button-whatsapp svg{
    fill: #ffffff;
    width: 35px;
    height: 35px;
    transition: .4s;
}
.button-whatsapp:hover{
    transform: scale(1.1);
}
.button-whatsapp:hover svg{
    transform: scale(1.2);
}

.SinglTestimonial .reviewsCard.testimonialsCard {
    background: #EFEFEF;
}
.SinglTestimonial .reviewsCard.testimonialsCard:hover{
    background: #EFEFEF;
}
.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-rol{
    font-size: 12px;
    color: var(--Main-grape, #560BF5);
    background: #E8E0F8;
    border-radius: 5px;
    padding: 6px 7px;
    font-weight: 400;
    
}
.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-picture img{
    width: 75px;
    height: 75px;
    border-radius: 16px;
}

.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-name{
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-company{
    font-size: 12px;
}
.SinglTestimonial .reviewsCard.testimonialsCard .testimonial-paragraph{
    font-size: 23px;
}

@media (max-width:700px){
    .SinglTestimonial .reviewsCard.testimonialsCard .testimonial-paragraph{
        font-size: 18px;
    }
}

.teamMemberGrid__picture-img {
    border-radius: 15px;
}

.get-started.snake-btn {
    background: transparent;
    overflow: hidden;
    z-index: 1;
}

.get-started.snake-btn::before {
    content: '';
    position: absolute;
    width: 300%;
    height: 500%;
    left: -100%;
    top: -200%;
    background: conic-gradient(from 0deg,
            transparent 0deg,
            transparent 200deg,
            rgba(255, 255, 255, 0) 230deg,
            rgba(181, 122, 217, 1) 260deg,
            rgba(255, 255, 255, 0) 290deg,
            transparent 360deg);
    transform: rotate(0deg);
    transition: none;
    animation: spin 3s linear infinite;
    z-index: -2;
}

.get-started.snake-btn:hover::before {
    transform: none;
    background: conic-gradient(from 0deg,
            transparent 0deg,
            transparent 200deg,
            rgba(255, 255, 255, 0) 230deg,
            rgba(181, 122, 217, 1) 260deg,
            rgba(255, 255, 255, 0) 290deg,
            transparent 360deg);
    animation: spin 3s linear infinite;
}


.get-started.snake-btn::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 9px;
    background: #560BF5;
    z-index: -1;

    background-image: linear-gradient(to right, #294FFB, #800cf4 40%);
    background-size: 200% 100%;
    background-position: 0% 0%;
    transition: background-position .5s ease;
}

.get-started.snake-btn:hover::after {
    background-position: 100% 0%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

 


